findAssets

abstract suspend fun findAssets(sourceId: String, query: FindAssetsQuery): FindAssetsResult

Finds assets of a given type in a specific asset source.

Return

the search results.

Parameters

sourceId

the ID of the asset source.

query

all the options to filter the search results by.